home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / pc / software / windows / building / ace expert / ae301.exe / %MAINDIR% / ref / Funct12e.ref < prev    next >
Encoding:
Text File  |  1999-02-23  |  3.2 KB  |  173 lines

  1. Date
  2.  getDate()
  3.  getDay()
  4.  getHours()
  5.  getMinutes()
  6.  getMonth()
  7.  getSeconds()
  8.  getTime()
  9.  getTimezoneOffset()
  10.  getYear()
  11.  parse(messageDate)
  12.  setDate(valueDate)
  13.  setHours(valueHour)
  14.  setMinutes(valueMin)
  15.  setMonth(valueMonth)
  16.  setSeconds(valueSec)
  17.  setTime(valueTime)
  18.  setYear(valueYear)
  19.  toGMTString()
  20.  toLocaleString()
  21.  UTC(year,month,day[,hour][,min][,sec])
  22. Math
  23.  abs(n)
  24.  acos(n)
  25.  asin(n)
  26.  atan(n)
  27.  atan2(x,y)
  28.  ceil(n)
  29.  cos(n)
  30.  exp(n)
  31.  floor(n)
  32.  log(n)
  33.  max(n1,n2)
  34.  min(n1,n2)
  35.  pow(base,exposant)
  36.  random()
  37.  round(n)
  38.  sin(n)
  39.  sqrt(n)
  40.  tan(n)
  41. string
  42.  anchor(attributName)
  43.  big()
  44.  blink()
  45.  bold()
  46.  charAt(index)
  47.  charCodeAt([index])
  48.  concat(string2)
  49.  fixed()
  50.  fontcolor(color)
  51.  fontsize(size)
  52.  fromCharCode(num1, num2, ..., numn)
  53.  indexOf(value[,index])
  54.  italics()
  55.  lastIndexOf(value[,index])
  56.  link(url)
  57.  match(expression)
  58.  replace(expression, newString)
  59.  search(expression)
  60.  slice(startIndex,[endIndex])
  61.  small()
  62.  split([separator], [limit])
  63.  strike()
  64.  sub()
  65.  substr(start, [taille])
  66.  substring(index1[,index2])
  67.  sup()
  68.  toLowerCase()
  69.  toUpperCase()
  70. window
  71.  alert(message)
  72.  back()
  73.  blur()
  74.  captureEvents(typeEvent) 
  75.  clearInterval(intervalID)
  76.  close()
  77.  confirm(message)
  78.  disableExternalCapture()
  79.  enableExternalCapture()
  80.  find(['string1'][,true|false][,true|false])
  81.  focus()
  82.  forward()
  83.  handleEvent(event)
  84.  home()
  85.  moveBy(horizontal,vertical)
  86.  moveTo(x,y)
  87.  open(messageURL,messageNameWindow,[toolbar[=yes|no]|[=1|0],location[=yes|no]|[=1|0],directories[=yes|no]|[=1|0],status[=yes|no]|[=1|0],menubar[=yes|no]|[=1|0],scrollbars[=yes|no]|[=1|0],resizable[=yes|no]|[=1|0],width=pixels,height=pixels])
  88.  print()
  89.  prompt(message[,valeurParDefaut])
  90.  releaseEvents(typeEvent)
  91.  resizeBy(horizontal,vertical)
  92.  resizeTo(width,height)
  93.  routeEvent(event)
  94.  scroll(x,y)
  95.  scrollBy(horizontal,vertical)
  96.  scrollTo(x,y)
  97.  setInterval(function, msec[arg1,...,argn])
  98.  setTimeout('function', msec[arg1,...,argn])
  99.  stop()
  100.  clearTimeout(TimeOutID)
  101. document
  102.  captureEvents(typeEvent)
  103.  clear()
  104.  close()
  105.  getSelection()
  106.  handleEvent(event)
  107.  releaseEvents(typeEvent)
  108.  routeEvent(event)
  109.  open([text/html | text/plain | image/gif | image/jpeg | image/x-bitmap | plugIn])
  110.  write(message1 [,message2,...,messageN])
  111.  writeln(message1 [,message2,...,messageN])
  112. [form|forms['name'|n]]
  113.  reset()
  114.  submit()
  115. button
  116.  click()
  117. checkbox
  118.  click()
  119. password
  120.  focus()
  121.  blur()
  122.  select()
  123. radio
  124.  click()
  125. reset
  126.  click()
  127. select
  128.  blur()
  129.  focus()
  130. submit
  131.  click()
  132. text
  133.  focus()
  134.  blur()
  135.  select()
  136. textarea
  137.  focus()
  138.  blur()
  139.  select()
  140. history
  141.  back()
  142.  forward()
  143.  go(n|'url')
  144. [frame|frames['name'|n]]
  145.  clearInterval(intervalID)
  146.  clearTimeout(timeOutID)
  147.  print()
  148.  setInterval(function, msec, [arg1, ..., argn])
  149.  setTimeout('function', msec, [arg1, ..., argn])
  150. array
  151.  concat(arrayNom2)
  152.  join([message])
  153.  reverse()
  154.  slice(start,[end])
  155.  sort(functionCompare)
  156.  toString()
  157. navigator
  158.  javaEnabled()
  159.  preference(preferenceName[,value])
  160. layer
  161.  captureEvents(typeEvent)
  162.  handleEvent(event)
  163.  load(file,width)
  164.  moveBy(x,y)
  165.  moveTo(x,y)
  166.  moveToAbsolute(x,y)
  167.  resizeBy(width, height)
  168.  resizeTo(width, height)
  169.  moveAbove(layer)
  170.  moveBelow(layer)
  171.  releaseEvents(typeEvent)
  172.  routeEvent(event)
  173.